set dicomdict path for tests
authorGert Wollny <gw.fossdev@gmail.com>
Tue, 1 Dec 2015 03:05:36 +0000 (04:05 +0100)
committerGert Wollny <gw.fossdev@gmail.com>
Tue, 1 Dec 2015 03:05:36 +0000 (04:05 +0100)
debian/rules

index 1338132f92d46b523c1b82a881679f8578e29d87..e4ac67106f1c37f99c23b098b23c9880d0819cb7 100755 (executable)
@@ -4,6 +4,9 @@
 # reduce overlinking:
 export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed
 
+# needed for the tests 
+export DCMDICTPATH=dcmdata/data/dicom.dic 
+
 # deduce documentation option (build-indep target)
 ifeq "" "$(filter %-doc,$(shell dh_listpackages))"
   BUILDDOC = OFF